home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oh!X 2000 Spring
/
Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).7z
/
Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).bin
/
DXF
/
samples
/
multimedia
/
dsound
/
dxall.mak
Wrap
Text File
|
1999-07-26
|
603b
|
30 lines
SAMPLES = \
src\AdjustSound \
src\CaptureSound \
src\EnumDevices \
src\FullDuplexFilter \
src\Play3DSound \
src\PlaySound \
src\PlayStreaming \
src\VoiceManagement
!IFDEF clean
do=-i clean
DOING=Clean
!ELSE
!IFDEF nodebug
do=nodebug=1
DOING=Release
!ELSE
DOING=Debug
!ENDIF
!ENDIF
$(SAMPLES): $(@R)\makefile
@cd $@
@echo *** DirectX\$@ $(DOING)***
@echo *** DirectX\$@ $(DOING)*** >>..\DirectX.tmp
@nmake $(do) >>..\DirectX.tmp
@cd ..\..